home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / interface / browser.swf / scripts / DefineSprite_421 / frame_1 / DoAction.as < prev   
Text File  |  2007-03-08  |  662b  |  15 lines

  1. stop();
  2. if(_global.var_destaque == "click e pinte")
  3. {
  4.    _root.secoes.descricoes.gotoAndStop(2);
  5.    _root.secoes.tipo.gotoAndStop("executar");
  6.    _root.nome = "Click and Paint";
  7.    _root.secoes.descricoes.descricao.text = "30 pictures to colorize in your computer";
  8.    _root.controle = "Mouse - to control brush, Left Button - to pick up color and paint";
  9.    _root.comando = "run.app";
  10.    _root.licenca = "Freeware";
  11.    _root.caminho = "\\Click and Paint\\Click.exe";
  12.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Click and Paint\\Click.exe";
  13.    loadMovie("interface\\imagens\\clique.jpg","_root.secoes.descricoes.destino");
  14. }
  15.